You can use `useAuthenticator` composable to access current signed in `user`. If no user is authenticated, it'll return `undefined`. ```html{1,5-8} ```